projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f6925
)
styleproperties: Don't validate values anymore
author
Benjamin Otte
<otte@redhat.com>
Mon, 2 Jan 2012 10:53:36 +0000
(11:53 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 9 Jan 2012 17:37:55 +0000
(18:37 +0100)
Pspecs are on their way out, so validation is, too.
gtk/gtkstyleproperties.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyleproperties.c
b/gtk/gtkstyleproperties.c
index 4919699fac83dd771324b7b15aa7a48448d58247..781ac44c047e4e9fcf1a3166a618bd30ce13f191 100644
(file)
--- a/
gtk/gtkstyleproperties.c
+++ b/
gtk/gtkstyleproperties.c
@@
-484,8
+484,6
@@
_gtk_style_properties_set_property_by_property (GtkStyleProperties *props,
}
g_value_copy (value, val);
- if (_gtk_style_property_get_value_type (GTK_STYLE_PROPERTY (style_prop)) == G_VALUE_TYPE (value))
- g_param_value_validate (style_prop->pspec, val);
}
/**